home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat3
/
setmenu.3
< prev
next >
Wrap
Text File
|
1999-09-16
|
737b
|
67 lines
setmenu(3) Scilab Function setmenu(3)
NAME
setmenu - interactive button or menu activation
CALLING SEQUENCE
setmenu(button [,nsub])
setmenu(gwin,button [,nsub])
PARAMETERS
button
: a character string. The button name
gwin : integer. The number of graphic window where the button is installed
nsub : integer. The number of submenu to de-activate (if any). If button
has no sub-menu, nsub is ignored
DESCRIPTION
The function allows the user to make active buttons or menus created by
addmenu in the main or graphics windows command panels.
EXAMPLE
addmenu('foo')
setmenu('foo')
SEE ALSO
delmenu, unsetmenu, addmenu